projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821a311
)
(resume-emacs-args-buffer): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 17:03:38 +0000
(17:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 17:03:38 +0000
(17:03 +0000)
lisp/resume.el
patch
|
blob
|
history
diff --git
a/lisp/resume.el
b/lisp/resume.el
index d913782e0c8b554856ef34b25b4a8f2c90303598..85c1ea0231f727dfa4b8bae4cafc1f5b07a0f13f 100644
(file)
--- a/
lisp/resume.el
+++ b/
lisp/resume.el
@@
-52,7
+52,7
@@
"*This file is where arguments are placed for a suspended Emacs job.")
(defvar resume-emacs-args-buffer " *Command Line Args*"
- "Buffer that is used by
resume-process-args
.")
+ "Buffer that is used by
`resume-process-args'
.")
(defun resume-process-args ()
"Handler for command line args given when Emacs is resumed."